projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33e80e
)
(xmakefile): Use CFLAGS after C_SWITCH_SYSTEM.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Jul 1993 22:16:59 +0000
(22:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Jul 1993 22:16:59 +0000
(22:16 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index d1ea05166a382518838d4ed3f37cbdfcfd1f0130..4e03850c8a95abed61f59f05b8475ec58b7c5140 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-80,7
+80,7
@@
relock:
xmakefile: ymakefile config.h ../config.status
-rm -f xmakefile xmakefile.new junk.c junk.cpp
cp ${srcdir}/ymakefile junk.c
- ${CPP} -I${srcdir} ${C
FLAGS} ${C_SWITCH_SYSTEM
} junk.c > junk.cpp
+ ${CPP} -I${srcdir} ${C
_SWITCH_SYSTEM} ${CFLAGS
} junk.c > junk.cpp
< junk.cpp \
sed -e 's/^#.*//' \
-e 's/^[ \f\t][ \f\t]*$$//' \